Description
Run a script and return the result blob object of the script the output of the operation
Operation id | Context.RestoreBlobInputFromScript |
Category | Execution Context |
Label | Restore input blob from a script |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Context.RestoreBlobInputFromScript",
"label" : "Restore input blob from a script",
"category" : "Execution Context",
"requires" : null,
"description" : "Run a script and return the result blob object of the script the output of the operation",
"url" : "Context.RestoreBlobInputFromScript",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "script",
"description" : null,
"type" : "string",
"required" : true,
"widget" : "TextArea",
"order" : 0,
"values" : [ ]
} ]
}